home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
prog
/
mint
/
netlib
/
include
/
version.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-12-27
|
303 b
|
19 lines
/*
* File for keeping version information.
*
* 11/12/93, kay roemer.
*/
#ifndef _VERSION_H
#define _VERSION_H
#define NET_MAJ 0
#define NET_MIN 7
#define NET_PL 0
#define NET_STATUS "alpha"
#define stringify(x) _stringify(x)
#define _stringify(x) #x
#endif /* _VERSION_H */